Simple Loop  
Previous  Top  Next

 
Allows a task to iterate through a loop.  
 
 
Start From  
Enter the number at which to start the loop.  
 
To  
Enter the number at which to end the loop.  
 
Destination Variable  
Stores the current value of the loop. For example, if you enter 1 in the Start From box and 5 in the To box, then, in the first iteration, the destination variable contains 1. In the second iteration, the destination variable contains 2, and so forth.  
 
note Related Topics  
File Loop     
Text Loop     
Dataset Loop     
End Loop     
Break     
Continue     
If Then        
Else     
End If